PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFNumberFormat Class


In This Topic
    PDFNumberFormat Class Methods
    In This Topic

    For a list of all members of this type, see PDFNumberFormat members.

    Public Methods
     NameDescription
    Public MethodGets the conversion factor.
    When this object is in the first number format in the array, its meaning (that is, what it shall be multiplied by) depends on which property in the references the number format array.  
    Public MethodGets the COS number format.  
    Public MethodGets the decimal separator.
    An empty string indicates that the default shall be used. Default value is PERIOD (0x2E).  
    Public MethodGets the denominator.
    This property has meaning only if this object is the last one in a number format collection.  
    Public MethodGets a value indicating whether the is displayed before or after the calculated unit value.
    The characters specified by and shall be concatenated before considering this method.  
    Public MethodGets the fraction display.
    This method has meaning only if this object is the last one in a number format collection.  
    Public MethodGets the measure unit.  
    Public MethodGets the precision.
    The value must be a power of 10 (10, 100, 1000, 10000, etc).
    . This property has meaning only if this object is the last one in a number format collection.  
    Public MethodGets the prefix.
    An empty string indicates that no text shall be added. Default value is a single ASCII SPACE character (0x20).  
    Public MethodGets a value indicating whether the fractional part can be reduced or the low-order zeros truncated.  
    Public MethodGets the suffix.
    An empty string indicates that no text shall be added.Default value is a single ASCII SPACE character (0x20).  
    Public MethodGets the thousands separator
    An empty string indicates that no text shall be added. Default value is COMMA (0x2C).  
    Public MethodSets the conversion factor.
    When this object is in the first number format in the array, its meaning (that is, what it shall be multiplied by) depends on which property in the references the number format array.  
    Public MethodSets the decimal separator.
    An empty string indicates that the default shall be used. Default value is PERIOD (0x2E).  
    Public MethodSets the denominator.
    This property has meaning only if this object is the last one in a number format collection.  
    Public MethodSets a value indicating whether the is displayed before or after the calculated unit value.
    The characters specified by and shall be concatenated before considering this method.  
    Public MethodSets the fraction display.
    This method has meaning only if this object is the last one in a number format collection.  
    Public MethodSets the measure unit.  
    Public MethodSets the precision.
    The value must be a power of 10 (10, 100, 1000, 10000, etc).
    . This property has meaning only if this object is the last one in a number format collection.  
    Public MethodSets the prefix.
    An empty string indicates that no text shall be added. Default value is a single ASCII SPACE character (0x20).  
    Public MethodSets a value indicating whether the fractional part can be reduced or the low-order zeros truncated.  
    Public MethodSets the suffix.
    An empty string indicates that no text shall be added.Default value is a single ASCII SPACE character (0x20).  
    Public MethodSets the thousands separator.
    An empty string indicates that no text shall be added. Default value is COMMA (0x2C).  
    Top
    See Also